home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00131_fc_01.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  250 b   |  24 lines

  1.  
  2. on mouseDown me
  3.   beep
  4.  
  5. end
  6.  
  7. on mouseEnter me
  8.   set the ink of sprite the currentSpriteNum to 4
  9.   cursor 280
  10.  
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor -1
  15.   set the ink of sprite the currentSpriteNum to 36
  16.  
  17. end
  18.  
  19. on mouseUp me
  20.   go to "fc_01"
  21.   cursor -1
  22.  
  23. end
  24.